runtime.p.wbBuf (field)
16 uses
runtime (current package)
atomic_pointer.go#L34: buf := getg().m.p.ptr().wbBuf.get2()
mbitmap.go#L450: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L510: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L1331: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L1384: buf := &getg().m.p.ptr().wbBuf
mgc.go#L1624: p.wbBuf.reset()
mwbbuf.go#L174: getg().m.p.ptr().wbBuf.discard()
mwbbuf.go#L197: start := uintptr(unsafe.Pointer(&pp.wbBuf.buf[0]))
mwbbuf.go#L198: n := (pp.wbBuf.next - start) / unsafe.Sizeof(pp.wbBuf.buf[0])
mwbbuf.go#L199: ptrs := pp.wbBuf.buf[:n]
mwbbuf.go#L203: pp.wbBuf.next = 0
mwbbuf.go#L210: pp.wbBuf.reset()
mwbbuf.go#L269: pp.wbBuf.reset()
proc.go#L5635: pp.wbBuf.reset()
runtime2.go#L722: wbBuf wbBuf
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)